Inherits from GTK_TYPE_OBJECT, not GTK_TYPE_TREE_MODEL.
authorElliot Lee <sopwith@src.gnome.org>
Thu, 30 Nov 2000 01:20:13 +0000 (01:20 +0000)
committerElliot Lee <sopwith@src.gnome.org>
Thu, 30 Nov 2000 01:20:13 +0000 (01:20 +0000)
Inherits from GTK_TYPE_OBJECT, not GTK_TYPE_TREE_MODEL.

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkmodelsimple.c

index 19ed57fc3cd4668030112cfe44559d9249f0464e..cbf7badc5dd0575033ed89b365b69037827589a9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-11-29  Elliot Lee  <sopwith@redhat.com>
+
+       * gtk/gtkmodelsimple.c: Inherits from GTK_TYPE_OBJECT, not
+       GTK_TYPE_TREE_MODEL.
+
 2000-11-29  Alexander Larsson  <alexl@redhat.com>
 
        * gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
index 19ed57fc3cd4668030112cfe44559d9249f0464e..cbf7badc5dd0575033ed89b365b69037827589a9 100644 (file)
@@ -1,3 +1,8 @@
+2000-11-29  Elliot Lee  <sopwith@redhat.com>
+
+       * gtk/gtkmodelsimple.c: Inherits from GTK_TYPE_OBJECT, not
+       GTK_TYPE_TREE_MODEL.
+
 2000-11-29  Alexander Larsson  <alexl@redhat.com>
 
        * gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
index 19ed57fc3cd4668030112cfe44559d9249f0464e..cbf7badc5dd0575033ed89b365b69037827589a9 100644 (file)
@@ -1,3 +1,8 @@
+2000-11-29  Elliot Lee  <sopwith@redhat.com>
+
+       * gtk/gtkmodelsimple.c: Inherits from GTK_TYPE_OBJECT, not
+       GTK_TYPE_TREE_MODEL.
+
 2000-11-29  Alexander Larsson  <alexl@redhat.com>
 
        * gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
index 19ed57fc3cd4668030112cfe44559d9249f0464e..cbf7badc5dd0575033ed89b365b69037827589a9 100644 (file)
@@ -1,3 +1,8 @@
+2000-11-29  Elliot Lee  <sopwith@redhat.com>
+
+       * gtk/gtkmodelsimple.c: Inherits from GTK_TYPE_OBJECT, not
+       GTK_TYPE_TREE_MODEL.
+
 2000-11-29  Alexander Larsson  <alexl@redhat.com>
 
        * gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
index 19ed57fc3cd4668030112cfe44559d9249f0464e..cbf7badc5dd0575033ed89b365b69037827589a9 100644 (file)
@@ -1,3 +1,8 @@
+2000-11-29  Elliot Lee  <sopwith@redhat.com>
+
+       * gtk/gtkmodelsimple.c: Inherits from GTK_TYPE_OBJECT, not
+       GTK_TYPE_TREE_MODEL.
+
 2000-11-29  Alexander Larsson  <alexl@redhat.com>
 
        * gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
index 19ed57fc3cd4668030112cfe44559d9249f0464e..cbf7badc5dd0575033ed89b365b69037827589a9 100644 (file)
@@ -1,3 +1,8 @@
+2000-11-29  Elliot Lee  <sopwith@redhat.com>
+
+       * gtk/gtkmodelsimple.c: Inherits from GTK_TYPE_OBJECT, not
+       GTK_TYPE_TREE_MODEL.
+
 2000-11-29  Alexander Larsson  <alexl@redhat.com>
 
        * gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
index 19ed57fc3cd4668030112cfe44559d9249f0464e..cbf7badc5dd0575033ed89b365b69037827589a9 100644 (file)
@@ -1,3 +1,8 @@
+2000-11-29  Elliot Lee  <sopwith@redhat.com>
+
+       * gtk/gtkmodelsimple.c: Inherits from GTK_TYPE_OBJECT, not
+       GTK_TYPE_TREE_MODEL.
+
 2000-11-29  Alexander Larsson  <alexl@redhat.com>
 
        * gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
index 12da7adfa5e5fc9c1dd0853193cbf4286f78ad7a..13ab8f2320c9bfddb945495d3b14e024e2f45217 100644 (file)
@@ -104,7 +104,7 @@ gtk_model_simple_get_type (void)
        NULL
       };
 
-      model_simple_type = g_type_register_static (GTK_TYPE_TREE_MODEL, "GtkModelSimple", &model_simple_info, 0);
+      model_simple_type = g_type_register_static (GTK_TYPE_OBJECT, "GtkModelSimple", &model_simple_info, 0);
       g_type_add_interface_static (model_simple_type,
                                   GTK_TYPE_TREE_MODEL,
                                   &tree_model_info);